home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Misc / Queens / Source / English.lproj / Queens.nib / data.classes next >
Encoding:
Text File  |  1993-11-09  |  249 b   |  20 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. QueensController = {
  7.     ACTIONS = {
  8.     step:;
  9.     motor:;
  10.     pause:;
  11.     };
  12.     OUTLETS = {
  13.     solutionsDisplay;
  14.     stepsDisplay;
  15.     board;
  16.     solutionPause;
  17.     };
  18.     SUPERCLASS = Object;
  19. };
  20.